home *** CD-ROM | disk | FTP | other *** search
/ TOS Silver 2000 / TOS Silver 2000.iso / programm / MM2_DEV / S / MOS / SHELLMSG.I < prev    next >
Encoding:
Modula Implementation  |  1990-10-09  |  251 b   |  14 lines

  1. IMPLEMENTATION MODULE ShellMsg;
  2. (*$Y+,M-,R-*)
  3.  
  4. BEGIN
  5.   DefSfx:= 'DEF';
  6.   ImpSfx:= 'IMP';
  7.   ModSfx:= 'MOD';
  8.   ErrListFile:= 'MODULA.ERR';
  9.   LinkerParm.maxLinkMod:= 80;
  10.   DefSrcSfx:= 'D';
  11.   ImpSrcSfx:= 'I';
  12.   ModSrcSfx:= 'M';
  13. END ShellMsg.
  14.